lcTIN_PtypeGetByName Home

Adds new point type into a TIN object.

 HANDLE lcTIN_PtypeGetByName (
   HANDLE hTIN,
   LPCWSTR szNamee
 );

Parameters
hTIN
  Handle to a TIN object.
szName
  Name of point type.

Return Value

  Handle to the created point type object.
If the function fails, the return value is NULL.

See Also

  Code sample,   lcTIN_PtypeGetFirstlcTIN_PtypeGetNext